github.com/refraction-networking/utls.clientHelloMsg.original (field)
20 uses
github.com/refraction-networking/utls (current package)
ech.go#L258: s := cryptobyte.String(hello.original)
ech.go#L600: encodedInner, err := decryptECHPayload(hpkeContext, outer.original, payload)
handshake_client_tls13.go#L441: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
handshake_client_tls13.go#L462: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
handshake_messages.go#L72: original []byte
handshake_messages.go#L402: if m.original != nil {
handshake_messages.go#L403: return m.original, nil
handshake_messages.go#L421: if m.original != nil {
handshake_messages.go#L422: fullMessage = m.original
handshake_messages.go#L450: *m = clientHelloMsg{original: data}
handshake_messages.go#L714: return m.original
handshake_messages.go#L719: original: slices.Clone(m.original),
handshake_server_tls13.go#L628: encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
handshake_server_tls13.go#L734: echTranscript.Write(hs.clientHello.original)
u_pre_shared_key.go#L272: private.original = hello.Raw
u_pre_shared_key.go#L290: b := cryptobyte.NewFixedBuilder(private.original[:lenWithoutBinders])
u_pre_shared_key.go#L298: if out, err := b.Bytes(); err != nil || len(out) != len(private.original) {
u_public.go#L396: original: chm.Raw,
u_public.go#L446: Raw: chm.original,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |